www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\D_menu_8.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>

<LINK href="css.css" type=text/css rel=stylesheet>


<style type="text/css">
<!--

#aas {
	height: 20px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
	background-image: url(IMG/menu_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	background-color: #FFFFFF;
}


#cont1 {
	height: auto;
	width: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#cont1 ul {
	list-style-type: none;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
#cont1 li {
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:20px;
	list-style-image: url(IMG/dian.gif);
	list-style-position: outside;
	list-style-type: circle;
}
body {
	background-color: #03A0E4;
}
-->
</style>







<script language="javascript">

function ccmb(){

if (confirm("确定?")==1){

aaax.submit();


}


}

</script>










<div id=aas>数据库管理</div>
<div id=cont1>
<ul>




<li><a href="admindb/D_db_admin.asp" target=main>备份,恢复数据库</a></li>

<li><a  href=# onclick="ccmb();">压缩数据库</a></li>



<li><a href="adminSysTools/D_run_database_script.asp" target=main>执行数据库建表等数据库脚本(xml)</a></li>
<li><a href="http://www.aspcpu.com" target=_blank>在线下载各种升级脚本<br></a></li>




</ul>
</div>






<div id=aas>在线自动升级</div>
<div id=cont1>
<ul>




<li><a href="D_sverc_ext.asp" target=main>在线自动检查是否 有最新的系统升级包并自动安装</a><br></li>
<br>

<li><a href="D_ist_updt_from_url.asp" target=main>手动输入升级包的网址并执行在线安装</a><br></li>





</ul>
</div>


<form name="aaax" id="aaax" action="admindb/D_db_zip.asp" target=main>


</form>